home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BUG 1
/
BUGCD1996_0708.ISO
/
pc
/
util
/
minilin
/
minilin.exe
/
ETC
/
RC.D
/
RC_K.{_2
< prev
next >
Wrap
Text File
|
1993-11-26
|
390b
|
18 lines
#! /bin/sh
#
# rc.K This file is executed by init(8) when the system is being
# brought down to single user mode. It reverses things
# set up by rc.M, such as unmounting file systems.
#
# Version: @(#)/etc/rc.d/rc.S 1.01 03/10/93
#
# Author: Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
#
# Stop swapping
/sbin/swapoff -a
# Unmount all file systems
/sbin/umount -a